继承自 FoxitPDFSDKPython2._object .
◆ PageBasicInfoArray()
| def FoxitPDFSDKPython2.PageBasicInfoArray.PageBasicInfoArray |
( |
| ) |
|
构造函数。
拷贝构造函数,使用另一个数组对象。
- 参数
-
◆ Add()
| def FoxitPDFSDKPython2.PageBasicInfoArray.Add |
( |
|
element | ) |
|
◆ GetAt()
| def FoxitPDFSDKPython2.PageBasicInfoArray.GetAt |
( |
|
index | ) |
|
检索当前数组中由索引指定位置的元素副本。
- 参数
-
- 返回
- 元素的副本。
◆ GetSize()
| def FoxitPDFSDKPython2.PageBasicInfoArray.GetSize |
( |
| ) |
|
◆ InsertAt()
| def FoxitPDFSDKPython2.PageBasicInfoArray.InsertAt |
( |
|
index, |
|
|
|
element |
|
) |
| |
在由索引指定的位置之前插入一个元素。
- 参数
-
| [in] | index | 指定插入新元素位置的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
| [in] | element | 要插入到当前数组的新元素。 |
- 返回
- 无。
◆ RemoveAll()
| def FoxitPDFSDKPython2.PageBasicInfoArray.RemoveAll |
( |
| ) |
|
◆ RemoveAt()
| def FoxitPDFSDKPython2.PageBasicInfoArray.RemoveAt |
( |
|
index | ) |
|
移除由索引指定位置的元素。
- 参数
-
| [in] | index | 指定要移除的元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
- 返回
- 无。